• frmBusCardHolder_Staff.Designer.vb
  • project /
1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmBusCardHolder_Staff
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmBusCardHolder_Staff))
26         Me.Panel1 = New System.Windows.Forms.Panel()
27         Me.groupBox1 = New System.Windows.Forms.GroupBox()
28         Me.Label9 = New System.Windows.Forms.Label()
29         Me.cmbBusNo = New System.Windows.Forms.ComboBox()
30         Me.cmbStatus = New System.Windows.Forms.ComboBox()
31         Me.Label19 = New System.Windows.Forms.Label()
32         Me.Button2 = New System.Windows.Forms.Button()
33         Me.txtSchoolName = New System.Windows.Forms.TextBox()
34         Me.Label8 = New System.Windows.Forms.Label()
35         Me.dtpJoiningDate = New System.Windows.Forms.DateTimePicker()
36         Me.Label5 = New System.Windows.Forms.Label()
37         Me.cmbLocationName = New System.Windows.Forms.ComboBox()
38         Me.Label7 = New System.Windows.Forms.Label()
39         Me.txtStaffID = New System.Windows.Forms.TextBox()
40         Me.txtStaffName = New System.Windows.Forms.TextBox()
41         Me.Label3 = New System.Windows.Forms.Label()
42         Me.Label6 = New System.Windows.Forms.Label()
43         Me.Panel3 = New System.Windows.Forms.Panel()
44         Me.btnGetData = New System.Windows.Forms.Button()
45         Me.btnDelete = New System.Windows.Forms.Button()
46         Me.btnClose = New System.Windows.Forms.Button()
47         Me.btnUpdate = New System.Windows.Forms.Button()
48         Me.btnSave = New System.Windows.Forms.Button()
49         Me.btnNew = New System.Windows.Forms.Button()
50         Me.Panel2 = New System.Windows.Forms.Panel()
51         Me.lblUser = New System.Windows.Forms.Label()
52         Me.txtID = New System.Windows.Forms.TextBox()
53         Me.Label1 = New System.Windows.Forms.Label()
54         Me.txtS_ID = New System.Windows.Forms.TextBox()
55         Me.Panel1.SuspendLayout()
56         Me.groupBox1.SuspendLayout()
57         Me.Panel3.SuspendLayout()
58         Me.Panel2.SuspendLayout()
59         Me.SuspendLayout()
60         
'
61         
'Panel1
62         
'
63         Me.Panel1.BackColor = System.Drawing.Color.White
64         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
65         Me.Panel1.Controls.Add(Me.groupBox1)
66         Me.Panel1.Controls.Add(Me.Panel3)
67         Me.Panel1.Controls.Add(Me.Panel2)
68         Me.Panel1.Location = New System.Drawing.Point(
13, 15)
69         Me.Panel1.Name =
"Panel1"
70         Me.Panel1.Size = New System.Drawing.Size(
547, 329)
71         Me.Panel1.TabIndex =
2
72         
'
73         
'groupBox1
74         
'
75         Me.groupBox1.BackColor = System.Drawing.Color.Transparent
76         Me.groupBox1.Controls.Add(Me.Label9)
77         Me.groupBox1.Controls.Add(Me.cmbBusNo)
78         Me.groupBox1.Controls.Add(Me.cmbStatus)
79         Me.groupBox1.Controls.Add(Me.Label19)
80         Me.groupBox1.Controls.Add(Me.Button2)
81         Me.groupBox1.Controls.Add(Me.txtSchoolName)
82         Me.groupBox1.Controls.Add(Me.Label8)
83         Me.groupBox1.Controls.Add(Me.dtpJoiningDate)
84         Me.groupBox1.Controls.Add(Me.Label5)
85         Me.groupBox1.Controls.Add(Me.cmbLocationName)
86         Me.groupBox1.Controls.Add(Me.Label7)
87         Me.groupBox1.Controls.Add(Me.txtStaffID)
88         Me.groupBox1.Controls.Add(Me.txtStaffName)
89         Me.groupBox1.Controls.Add(Me.Label3)
90         Me.groupBox1.Controls.Add(Me.Label6)
91         Me.groupBox1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
92         Me.groupBox1.ForeColor = System.Drawing.Color.Black
93         Me.groupBox1.Location = New System.Drawing.Point(
9, 77)
94         Me.groupBox1.Name =
"groupBox1"
95         Me.groupBox1.Size = New System.Drawing.Size(
409, 241)
96         Me.groupBox1.TabIndex =
0
97         Me.groupBox1.TabStop = False
98         Me.groupBox1.Text =
"Hosteler Info"
99         
'
100         
'Label9
101         
'
102         Me.Label9.AutoSize = True
103         Me.Label9.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
104         Me.Label9.ForeColor = System.Drawing.Color.Black
105         Me.Label9.Location = New System.Drawing.Point(
28, 119)
106         Me.Label9.Name =
"Label9"
107         Me.Label9.Size = New System.Drawing.Size(
56, 15)
108         Me.Label9.TabIndex =
112
109         Me.Label9.Text =
"Bus No. :"
110         
'
111         
'cmbBusNo
112         
'
113         Me.cmbBusNo.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
114         Me.cmbBusNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
115         Me.cmbBusNo.FormattingEnabled = True
116         Me.cmbBusNo.Location = New System.Drawing.Point(
142, 119)
117         Me.cmbBusNo.Name =
"cmbBusNo"
118         Me.cmbBusNo.Size = New System.Drawing.Size(
247, 23)
119         Me.cmbBusNo.TabIndex =
3
120         
'
121         
'cmbStatus
122         
'
123         Me.cmbStatus.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
124         Me.cmbStatus.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
125         Me.cmbStatus.FormattingEnabled = True
126         Me.cmbStatus.Items.AddRange(New Object() {
"Active", "Inactive"})
127         Me.cmbStatus.Location = New System.Drawing.Point(
142, 204)
128         Me.cmbStatus.Name =
"cmbStatus"
129         Me.cmbStatus.Size = New System.Drawing.Size(
127, 23)
130         Me.cmbStatus.TabIndex =
6
131         
'
132         
'Label19
133         
'
134         Me.Label19.AutoSize = True
135         Me.Label19.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
136         Me.Label19.ForeColor = System.Drawing.Color.Black
137         Me.Label19.Location = New System.Drawing.Point(
28, 204)
138         Me.Label19.Name =
"Label19"
139         Me.Label19.Size = New System.Drawing.Size(
47, 15)
140         Me.Label19.TabIndex =
110
141         Me.Label19.Text =
"Status :"
142         
'
143         
'Button2
144         
'
145         Me.Button2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
146         Me.Button2.ForeColor = System.Drawing.Color.Black
147         Me.Button2.Location = New System.Drawing.Point(
289, 35)
148         Me.Button2.Name =
"Button2"
149         Me.Button2.Size = New System.Drawing.Size(
35, 23)
150         Me.Button2.TabIndex =
7
151         Me.Button2.Text =
"..."
152         Me.Button2.UseVisualStyleBackColor = True
153         
'
154         
'txtSchoolName
155         
'
156         Me.txtSchoolName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
157         Me.txtSchoolName.Location = New System.Drawing.Point(
142, 92)
158         Me.txtSchoolName.Name =
"txtSchoolName"
159         Me.txtSchoolName.ReadOnly = True
160         Me.txtSchoolName.Size = New System.Drawing.Size(
248, 21)
161         Me.txtSchoolName.TabIndex =
2
162         
'
163         
'Label8
164         
'
165         Me.Label8.AutoSize = True
166         Me.Label8.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
167         Me.Label8.ForeColor = System.Drawing.Color.Black
168         Me.Label8.Location = New System.Drawing.Point(
28, 92)
169         Me.Label8.Name =
"Label8"
170         Me.Label8.Size = New System.Drawing.Size(
88, 15)
171         Me.Label8.TabIndex =
17
172         Me.Label8.Text =
"School Name :"
173         
'
174         
'dtpJoiningDate
175         
'
176         Me.dtpJoiningDate.CustomFormat =
"dd/MMM/yyyy"
177         Me.dtpJoiningDate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
178         Me.dtpJoiningDate.Format = System.Windows.Forms.DateTimePickerFormat.Custom
179         Me.dtpJoiningDate.Location = New System.Drawing.Point(
141, 177)
180         Me.dtpJoiningDate.Name =
"dtpJoiningDate"
181         Me.dtpJoiningDate.Size = New System.Drawing.Size(
126, 21)
182         Me.dtpJoiningDate.TabIndex =
5
183         
'
184         
'Label5
185         
'
186         Me.Label5.AutoSize = True
187         Me.Label5.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
188         Me.Label5.ForeColor = System.Drawing.Color.Black
189         Me.Label5.Location = New System.Drawing.Point(
28, 177)
190         Me.Label5.Name =
"Label5"
191         Me.Label5.Size = New System.Drawing.Size(
82, 15)
192         Me.Label5.TabIndex =
15
193         Me.Label5.Text =
"Joining Date :"
194         
'
195         
'cmbLocationName
196         
'
197         Me.cmbLocationName.DropDownStyle = System.Windows.Forms.ComboBoxStyle.DropDownList
198         Me.cmbLocationName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
199         Me.cmbLocationName.FormattingEnabled = True
200         Me.cmbLocationName.Location = New System.Drawing.Point(
141, 148)
201         Me.cmbLocationName.Name =
"cmbLocationName"
202         Me.cmbLocationName.Size = New System.Drawing.Size(
247, 23)
203         Me.cmbLocationName.TabIndex =
4
204         
'
205         
'Label7
206         
'
207         Me.Label7.AutoSize = True
208         Me.Label7.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
209         Me.Label7.ForeColor = System.Drawing.Color.Black
210         Me.Label7.Location = New System.Drawing.Point(
28, 148)
211         Me.Label7.Name =
"Label7"
212         Me.Label7.Size = New System.Drawing.Size(
60, 15)
213         Me.Label7.TabIndex =
13
214         Me.Label7.Text =
"Location :"
215         
'
216         
'txtStaffID
217         
'
218         Me.txtStaffID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
219         Me.txtStaffID.Location = New System.Drawing.Point(
142, 36)
220         Me.txtStaffID.Name =
"txtStaffID"
221         Me.txtStaffID.ReadOnly = True
222         Me.txtStaffID.Size = New System.Drawing.Size(
142, 21)
223         Me.txtStaffID.TabIndex =
0
224         
'
225         
'txtStaffName
226         
'
227         Me.txtStaffName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
228         Me.txtStaffName.Location = New System.Drawing.Point(
142, 62)
229         Me.txtStaffName.Multiline = True
230         Me.txtStaffName.Name =
"txtStaffName"
231         Me.txtStaffName.ReadOnly = True
232         Me.txtStaffName.Size = New System.Drawing.Size(
247, 24)
233         Me.txtStaffName.TabIndex =
1
234         
'
235         
'Label3
236         
'
237         Me.Label3.AutoSize = True
238         Me.Label3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
239         Me.Label3.ForeColor = System.Drawing.Color.Black
240         Me.Label3.Location = New System.Drawing.Point(
28, 35)
241         Me.Label3.Name =
"Label3"
242         Me.Label3.Size = New System.Drawing.Size(
52, 15)
243         Me.Label3.TabIndex =
6
244         Me.Label3.Text =
"Staff ID :"
245         
'
246         
'Label6
247         
'
248         Me.Label6.AutoSize = True
249         Me.Label6.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
250         Me.Label6.ForeColor = System.Drawing.Color.Black
251         Me.Label6.Location = New System.Drawing.Point(
28, 62)
252         Me.Label6.Name =
"Label6"
253         Me.Label6.Size = New System.Drawing.Size(
74, 15)
254         Me.Label6.TabIndex =
1
255         Me.Label6.Text =
"Staff Name :"
256         
'
257         
'Panel3
258         
'
259         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
260         Me.Panel3.Controls.Add(Me.btnGetData)
261         Me.Panel3.Controls.Add(Me.btnDelete)
262         Me.Panel3.Controls.Add(Me.btnClose)
263         Me.Panel3.Controls.Add(Me.btnUpdate)
264         Me.Panel3.Controls.Add(Me.btnSave)
265         Me.Panel3.Controls.Add(Me.btnNew)
266         Me.Panel3.Location = New System.Drawing.Point(
426, 85)
267         Me.Panel3.Name =
"Panel3"
268         Me.Panel3.Size = New System.Drawing.Size(
111, 209)
269         Me.Panel3.TabIndex =
41
270         
'
271         
'btnGetData
272         
'
273         Me.btnGetData.Cursor = System.Windows.Forms.Cursors.Hand
274         Me.btnGetData.FlatStyle = System.Windows.Forms.FlatStyle.Popup
275         Me.btnGetData.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
276         Me.btnGetData.Location = New System.Drawing.Point(
13, 134)
277         Me.btnGetData.Name =
"btnGetData"
278         Me.btnGetData.Size = New System.Drawing.Size(
82, 28)
279         Me.btnGetData.TabIndex =
5
280         Me.btnGetData.Text =
"Get Data"
281         Me.btnGetData.UseVisualStyleBackColor = True
282         
'
283         
'btnDelete
284         
'
285         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
286         Me.btnDelete.Enabled = False
287         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
288         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
289         Me.btnDelete.Location = New System.Drawing.Point(
13, 103)
290         Me.btnDelete.Name =
"btnDelete"
291         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
292         Me.btnDelete.TabIndex =
3
293         Me.btnDelete.Text =
"Delete"
294         Me.btnDelete.UseVisualStyleBackColor = True
295         
'
296         
'btnClose
297         
'
298         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
299         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
300         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
301         Me.btnClose.Location = New System.Drawing.Point(
13, 165)
302         Me.btnClose.Name =
"btnClose"
303         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
304         Me.btnClose.TabIndex =
4
305         Me.btnClose.Text =
"Close"
306         Me.btnClose.UseVisualStyleBackColor = True
307         
'
308         
'btnUpdate
309         
'
310         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
311         Me.btnUpdate.Enabled = False
312         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
313         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
314         Me.btnUpdate.Location = New System.Drawing.Point(
13, 72)
315         Me.btnUpdate.Name =
"btnUpdate"
316         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
317         Me.btnUpdate.TabIndex =
2
318         Me.btnUpdate.Text =
"Update"
319         Me.btnUpdate.UseVisualStyleBackColor = True
320         
'
321         
'btnSave
322         
'
323         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
324         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
325         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
326         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
327         Me.btnSave.Name =
"btnSave"
328         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
329         Me.btnSave.TabIndex =
1
330         Me.btnSave.Text =
"Save"
331         Me.btnSave.UseVisualStyleBackColor = True
332         
'
333         
'btnNew
334         
'
335         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
336         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
337         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
338         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
339         Me.btnNew.Name =
"btnNew"
340         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
341         Me.btnNew.TabIndex =
0
342         Me.btnNew.Text =
"New"
343         Me.btnNew.UseVisualStyleBackColor = True
344         
'
345         
'Panel2
346         
'
347         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
348         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
349         Me.Panel2.Controls.Add(Me.txtS_ID)
350         Me.Panel2.Controls.Add(Me.lblUser)
351         Me.Panel2.Controls.Add(Me.txtID)
352         Me.Panel2.Controls.Add(Me.Label1)
353         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
354         Me.Panel2.Name =
"Panel2"
355         Me.Panel2.Size = New System.Drawing.Size(
528, 62)
356         Me.Panel2.TabIndex =
0
357         
'
358         
'lblUser
359         
'
360         Me.lblUser.AutoSize = True
361         Me.lblUser.Location = New System.Drawing.Point(
53, 15)
362         Me.lblUser.Name =
"lblUser"
363         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
364         Me.lblUser.TabIndex =
43
365         Me.lblUser.Text =
"Label8"
366         Me.lblUser.Visible = False
367         
'
368         
'txtID
369         
'
370         Me.txtID.Location = New System.Drawing.Point(
401, 20)
371         Me.txtID.Name =
"txtID"
372         Me.txtID.Size = New System.Drawing.Size(
81, 20)
373         Me.txtID.TabIndex =
44
374         Me.txtID.Visible = False
375         
'
376         
'Label1
377         
'
378         Me.Label1.AutoSize = True
379         Me.Label1.BackColor = System.Drawing.Color.Transparent
380         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
381         Me.Label1.ForeColor = System.Drawing.Color.White
382         Me.Label1.Location = New System.Drawing.Point(
128, 19)
383         Me.Label1.Name =
"Label1"
384         Me.Label1.Size = New System.Drawing.Size(
225, 24)
385         Me.Label1.TabIndex =
0
386         Me.Label1.Text =
"Bus Holder Entry [Staff]"
387         
'
388         
'txtS_ID
389         
'
390         Me.txtS_ID.Location = New System.Drawing.Point(
29, 31)
391         Me.txtS_ID.Name =
"txtS_ID"
392         Me.txtS_ID.Size = New System.Drawing.Size(
81, 20)
393         Me.txtS_ID.TabIndex =
45
394         Me.txtS_ID.Visible = False
395         
'
396         
'frmBusCardHolder_Staff
397         
'
398         Me.AcceptButton = Me.btnSave
399         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
400         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
401         Me.BackColor = System.Drawing.Color.DarkSlateGray
402         Me.ClientSize = New System.Drawing.Size(
570, 355)
403         Me.Controls.Add(Me.Panel1)
404         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
405         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
406         Me.MaximizeBox = False
407         Me.MinimizeBox = False
408         Me.Name =
"frmBusCardHolder_Staff"
409         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
410         Me.Panel1.ResumeLayout(False)
411         Me.groupBox1.ResumeLayout(False)
412         Me.groupBox1.PerformLayout()
413         Me.Panel3.ResumeLayout(False)
414         Me.Panel2.ResumeLayout(False)
415         Me.Panel2.PerformLayout()
416         Me.ResumeLayout(False)
417
418     End Sub
419     Friend WithEvents Panel1 As System.Windows.Forms.Panel
420     Friend WithEvents Panel2 As System.Windows.Forms.Panel
421     Friend WithEvents Label1 As System.Windows.Forms.Label
422     Friend WithEvents Panel3 As System.Windows.Forms.Panel
423     Friend WithEvents btnDelete As System.Windows.Forms.Button
424     Friend WithEvents btnClose As System.Windows.Forms.Button
425     Friend WithEvents btnUpdate As System.Windows.Forms.Button
426     Friend WithEvents btnSave As System.Windows.Forms.Button
427     Friend WithEvents btnNew As System.Windows.Forms.Button
428     Friend WithEvents txtID As System.Windows.Forms.TextBox
429     Friend WithEvents lblUser As System.Windows.Forms.Label
430     Public WithEvents groupBox1 As System.Windows.Forms.GroupBox
431     Friend WithEvents cmbStatus As System.Windows.Forms.ComboBox
432     Friend WithEvents Label19 As System.Windows.Forms.Label
433     Friend WithEvents Button2 As System.Windows.Forms.Button
434     Public WithEvents txtSchoolName As System.Windows.Forms.TextBox
435     Private WithEvents Label8 As System.Windows.Forms.Label
436     Friend WithEvents dtpJoiningDate As System.Windows.Forms.DateTimePicker
437     Private WithEvents Label5 As System.Windows.Forms.Label
438     Friend WithEvents cmbLocationName As System.Windows.Forms.ComboBox
439     Private WithEvents Label7 As System.Windows.Forms.Label
440     Friend WithEvents txtStaffID As System.Windows.Forms.TextBox
441     Friend WithEvents txtStaffName As System.Windows.Forms.TextBox
442     Private WithEvents Label3 As System.Windows.Forms.Label
443     Private WithEvents Label6 As System.Windows.Forms.Label
444     Friend WithEvents btnGetData As System.Windows.Forms.Button
445     Private WithEvents Label9 As System.Windows.Forms.Label
446     Friend WithEvents cmbBusNo As System.Windows.Forms.ComboBox
447     Friend WithEvents txtS_ID As System.Windows.Forms.TextBox
448
449 End Class


Gõ tìm kiếm nhanh...